func github.com/go-pg/migrations/v8.newSQLMigration

3 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L229: 			m.Up = newSQLMigration(fs, filePath)
		collection.go#L238: 			m.Down = newSQLMigration(fs, filePath)
		collection.go#L269: func newSQLMigration(fs http.FileSystem, filePath string) func(DB) error {